Skip to content

[Domain] tune pressure thresholds toward Pathfinder#235

Merged
learncold merged 3 commits into
mainfrom
codex/pathfinder-pressure-tuning
May 14, 2026
Merged

[Domain] tune pressure thresholds toward Pathfinder#235
learncold merged 3 commits into
mainfrom
codex/pathfinder-pressure-tuning

Conversation

@95x8x9
Copy link
Copy Markdown
Collaborator

@95x8x9 95x8x9 commented May 13, 2026

Summary

  • tune pressure scoring toward Pathfinder-style distance and density thresholds
  • switch congestion and pressure hotspot gating from fixed occupant counts to density-based thresholds
  • align scenario pressure tracking and result artifacts with 1.0 m proximity scoring and the 3.55 occupants/m^2 reference density
  • update regression tests after rebasing onto the latest origin/main

Related Issue

Area

  • Engine
  • Domain
  • Application
  • Docs
  • Build
  • Analysis
  • Chore

Architecture Check

  • I kept the dependency direction application -> domain -> engine.
  • I did not add Qt UI code to src/domain.
  • I did not add domain or application dependencies to src/engine.
  • I used src/ as the include root.

Verification

  • cmake --preset windows-debug
  • cmake --build --preset build-debug
  • ctest --preset test-debug
  • Not run (reason below)

Risks / Follow-up

  • Pathfinder documents the distance and density primitives directly, but not a single official crush-critical duration threshold, so this change keeps the existing 2.0 sec exposure window while aligning the density and proximity thresholds first.

@learncold learncold force-pushed the codex/pathfinder-pressure-tuning branch from 2c692a3 to 476cb43 Compare May 14, 2026 04:51
@learncold learncold merged commit bc4ec2e into main May 14, 2026
2 checks passed
@learncold learncold deleted the codex/pathfinder-pressure-tuning branch May 14, 2026 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Implementation Task][Domain] 압력 피드백과 튜닝 v1 추가

2 participants